Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Rename hmac types #9

Closed
wants to merge 1 commit into from
Closed

Rename hmac types #9

wants to merge 1 commit into from

Conversation

tcharding
Copy link
Owner

The hmac types are named differently to the other hash types. At this stage there is not that much difference between them and it is not immediately obvious why they get a different naming scheme.

As we do for the other hash types use Hash and HashEngine with the expectation that user differentiate by using the module path.

With this patch applied users use hmac::Hash instead of Hmac.

The `hmac` types are named differently to the other hash types. At this
stage there is not that much difference between them and it is not
immediately obvious why they get a different naming scheme.

As we do for the other hash types use `Hash` and `HashEngine` with the
expectation that user differentiate by using the module path.

With this patch applied users use `hmac::Hash` instead of `Hmac`.
@tcharding tcharding closed this May 14, 2024
@tcharding tcharding deleted the 05-14-rename-hmac branch May 14, 2024 07:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant